home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / love / penezniden.exe / {app} / Penezni denik.exe / 0 / RCDATA / TOKNO / TOKNO.txt < prev   
Encoding:
Text File  |  2003-12-28  |  1.9 KB  |  94 lines

  1. object Okno: TOkno
  2.   Left = 373
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'Upozorn∩┐╜n∩┐╜'
  6.   ClientHeight = 106
  7.   ClientWidth = 243
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 50
  22.     Top = 18
  23.     Width = 168
  24.     Height = 16
  25.     Caption = 'Zvolte mo∩┐╜nosti n∩┐╜hledu'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clNavy
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Image1: TImage
  34.     Left = 8
  35.     Top = 12
  36.     Width = 33
  37.     Height = 33
  38.     Picture.Data = {<image000.ico>}
  39.   end
  40.   object Label2: TLabel
  41.     Left = 36
  42.     Top = 58
  43.     Width = 176
  44.     Height = 13
  45.     Caption = 'Zobrazovat p∩┐╜i dal∩┐╜∩┐╜m spu∩┐╜t∩┐╜n∩┐╜'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clRed
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     OnClick = Label2Click
  53.   end
  54.   object krizek: TCheckBox
  55.     Left = 18
  56.     Top = 56
  57.     Width = 17
  58.     Height = 17
  59.     Checked = True
  60.     Color = clBtnFace
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clRed
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentColor = False
  67.     ParentFont = False
  68.     State = cbChecked
  69.     TabOrder = 0
  70.   end
  71.   object Button1: TButton
  72.     Left = 56
  73.     Top = 80
  74.     Width = 129
  75.     Height = 25
  76.     Caption = 'Ok'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     TabOrder = 1
  84.     OnClick = Button1Click
  85.   end
  86.   object Panel1: TPanel
  87.     Left = 0
  88.     Top = 75
  89.     Width = 243
  90.     Height = 3
  91.     TabOrder = 2
  92.   end
  93. end
  94.